home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / col / launch / dos / READMEus.txt < prev    next >
Encoding:
Text File  |  1999-08-12  |  3.0 KB  |  79 lines

  1. INSTALLING OPENLINUX FROM A DOS SYSTEM                           August 1999
  2. ---------------------------------------------------------------------------
  3. If you already have DOS installed on your system, you can launch the
  4. OpenLinux installation from DOS. Installing OpenLinux from a DOS system
  5. is useful when a diskette drive is not available (for example,
  6. on laptops where either a CD-ROM or floppy drive is available but not
  7. both).
  8.  
  9. This file contains the following:
  10.  
  11. - Contents of this directory
  12. - Default Installation Instructions
  13. - Alternate installation instructions
  14.  
  15. Contents of This Directory
  16. ==========================
  17.  
  18. This directory contains the following:
  19.  
  20. - install.bat - a DOS "batch" file that utilizes the remaining files 
  21.   in this directory, notably the "vmlinuz" and "initrd.gz" files described 
  22.   below, to launch the OpenLinux installation.
  23.  
  24. - smallins.bat - a DOS "batch" file similar to "install.bat" above, but
  25.   this one will launch an installation using the "smallrd.gz" file
  26.   described below.
  27.  
  28. - loadlin.exe - a DOS program that "boots" the installation program from
  29.   a DOS command prompt.  Documentation for this can be found in 
  30.   "..\..\tools\loadlin".
  31.  
  32. - vmlinuz - an OpenLinux kernel to be used during installation.
  33.  
  34. - initrd.gz - a compressed Linux filesystem used by the OpenLinux kernel 
  35.   during installation.
  36.   
  37. - smallrd.gz - a compressed Linux filesystem used by the OpenLinux kernel 
  38.   during installation.  This filesystem should be used in place of 
  39.   "initrd.gz" on systems with minimal memory. Please use "install.bat" 
  40.   (which utilizes "initrd.gz") first, and if this fails, follow the 
  41.   instructions again to launch the installation using the "smallins.bat" 
  42.   file (which utilizes "smallrd.gz").
  43.  
  44.  
  45. Default Installation Instructions
  46. =================================
  47. To install OpenLinux from DOS, follow these steps:
  48.  
  49. 1. Boot your system to DOS.
  50.  
  51. 2. Change to the "col\launch\dos" directory on this OpenLinux CD.
  52.  
  53. 3. Run the "install.bat" program.
  54.  
  55. Alternate Installation Instructions
  56. ===================================
  57. If your system experiences problems when running the "install.bat" 
  58. program directly from the CD-ROM, do the following:
  59.  
  60. 1. Create a new directory on your DOS hard drive.
  61.  
  62. 2. Copy all files in the "col/launch/dos" directory on this OpenLinux
  63.    CD to the new directoy you just created on your DOS hard drive.
  64.  
  65. 3. Reboot into DOS and hold down the left <Shift> key as DOS is loading.
  66.    Holding down the left <Shift> will prevent some versions of DOS from
  67.    loading drivers.  You may need to reference DOS documentation to learn
  68.    how to disable driver loads during boot.
  69.  
  70. 4. Change to the directory you created in Step 1 and do one of the
  71.    following:
  72.  
  73.    - If you have sufficient memory, run the "install.bat" program.
  74.  
  75.    - If you don't have sufficient memory, run the "smallins.bat" program.
  76.      You may also need a module floppy for this type of installation.
  77.      (See the "READMEus.txt" file in the "..\floppy" directory for details.)
  78.  
  79.